home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / go57.zip / GO.DOC next >
Text File  |  1993-05-09  |  9KB  |  162 lines

  1.                            Documentation
  2.                            -------------
  3.  
  4. 1.  This program is very simple to use; however, because of the several
  5. options available, some example using each of the options will provide some
  6. needed clarity.
  7.  
  8. go a go.exe /r          Switch 'a' tells GO that you wish to change the
  9.                         attribute of GO.EXE (filename) to /r (read only)
  10.                         (switch2).
  11.  
  12. go a temp /hd           Switch 'a' tells GO to change the attribute of the
  13.                         directory (filename) to /hd (hidden)(switch2).  Note
  14.                         that directory's may be either hidden or normal only.
  15.  
  16. go a command.com /rh    Switch 'a' tells GO to change the attribute of the
  17.                         COMMAND.COM to /rh (read-only and hidden).
  18.  
  19. go a *.*                Switch 'a' tells GO that you wish to return files in
  20.                         the current directory to normal.  GO will prompt you
  21.                         at each file for an action - either Y to change or N
  22.                         to keep the file as it is, without change.  GO will
  23.                         repeat this until all files in the directory have
  24.                         been displayed.
  25.  
  26. go a go.exe             Switch 'a' tell GO that you wish to change a file
  27.                         attribute.  Since no switches follow the file name,
  28.                         the default is NORMAL, i.e., remove the read-only and
  29.                         hidden attributes if activated.  Returning a file(s)
  30.                         to normal does not affect the archive bit - it will
  31.                         be turned on.  For removal of this bit, refer to the
  32.                         /C option below.
  33.  
  34. go a *.exe /r           Switch 'a' tells GO that you wish to change all .EXE
  35.                         files to read only.  GO will prompt you as in the
  36.                         example above for verification on all .EXE files in
  37.                         the current directory.
  38.  
  39. go a *.exe /r/s         Switch 'a' tells GO that you wish to change all .EXE
  40.                         files to read only.  The /s following the /r tells GO
  41.                         that you do not want to be prompted for each file.
  42.                         GO will automatically modify all files meeting the
  43.                         file specification.
  44.  
  45. go a *.* /r/s           Switch 'a' tells GO that you wish to change all files
  46.                         to read only.  See above example for meaning of the
  47.                         /s option.
  48.  
  49. go a test.doc /c        Switch 'a' tells GO that you wish to CLEAR ALL attr-
  50.                         ibute settings.  This includes turning off the
  51.                         archive bit (see GO.HST for explanation).
  52.  
  53. go a test.* /c/s        Switch 'a' tells GO that you wish to clear the attr-
  54.                         ibute switch for all test files.  Furthermore, you
  55.                         do not want to be prompted for verification of each
  56.                         change (/s says implement speed changes).
  57.  
  58. go c temp               Switch 'c' tells GO to create a directory called temp
  59.                         then change to it.  This saves the user one step.
  60.  
  61. go d temp               Switch 'd' tells GO to read the attribute of the
  62.                         directory (filename) temp.
  63.  
  64.                         An 'X' under a letter indicates that particular bit
  65.                         has been set for the specified file.  Attributes will
  66.                         be displayed as follows:
  67.  
  68.                         D V H S R A  \ example
  69.                             x     x  /
  70.  
  71.                         This indicates that the file is HIDDEN and the
  72.                         ARCHIVE bit is set (normally used during backups).
  73.  
  74.                         D = directory      V = volume        H = hidden
  75.                         S = system file    R = read only     A = archive bit
  76.  
  77. go f go                 Switch 'f' tells GO to find all occurences of files
  78.                         go.*.  The asterisk (*) is automatically appended to
  79.                         the end of the request.  All files will be searched,
  80.                         covering all hard drives, directories, and hidden
  81.                         files.
  82.  
  83. go f *.sys              Switch 'f' tells GO to find all occurences of files
  84.                         with the extension of .sys.
  85.  
  86. go f go.exe /j          Switch 'f' tells GO to find the file go.exe.  The
  87.                         '/j' switch says to prompt the user, upon finding the
  88.                         file, as to whether or not he/she would like to go
  89.                         to the directory containing that file (jump?).  If
  90.                         the response is 'Y', then the program will move to
  91.                         the directory containing the selected file and cease
  92.                         execution.  If the response is 'N', the program will
  93.                         continue with its search, stopping at each occurence.
  94.  
  95. go f go.exe /q          Performs the same as the /j option above; however, the
  96.                         user will be returned to the directory from which the
  97.                         search was started instead of to the directory con-
  98.                         taining the found file.  Instead of "jump?" the user
  99.                         will be prompted with "quit?".
  100.  
  101. go f go.exe /CD         Switch 'f' tells GO to find the file go.exe.  The
  102.                         '/CD' switch says to check a CD drive if it exists.
  103.                         The default is not to check CD's.
  104.  
  105. go k applicat\wp51      Switch 'k' tells GO to remove all files and/or sub-
  106.                         directories from the specified directory and them to
  107.                         remove the directory itself.  In this case, all files
  108.                         and sub-directories will be deleted from the dir-
  109.                         ectory wp51 and then wp51 itself will be deleted.
  110.  
  111. go m <filespec> <path>  The file movement function works almost exactly like
  112.                         the DOS copy and/or xcopy functions with one notable
  113.                         exception - you cannot move a file(s) to a different
  114.                         directory with different names, i.e., you could not,
  115.                         for example, move file.bat to another directory as
  116.                         file2.bat.
  117.  
  118. go m go.exe /dos        Switch 'm' tells GO to move the file go.exe to the
  119.                         dos directory.  This operation will not require any
  120.                         additional space and is extremely fast, nor will it
  121.                         require a deletion of any files.
  122.  
  123. go m go.exe d:          Switch 'm' tells GO to move the file go.exe to the
  124.                         default directory on drive d.
  125.  
  126. go m d:go.exe           Switch 'm' tells GO to move the file go.exe from the
  127.                         default directory on drive d: to the current dir-
  128.                         ectory on the current drive.
  129.  
  130. go m d:\go.exe \        Switch 'm' tells GO to move the file go.exe from the
  131.                         root directory on drive d: to the root directory on
  132.                         the current drive.
  133.  
  134. go m *.* ..             Switch 'm' tells GO to move all files back one dir-
  135.                         ectory.  For further explanation, see previous ex-
  136.                         ample above.
  137.  
  138. go m temp               Since no destination is given, GO will test this file
  139.                         to determine whether or not it is a directory.  If it
  140.                         is, the \*.* will be appended to the directory.  All
  141.                         files within the temp directory will be moved to the
  142.                         current directory.  This features brings GOs' syntax
  143.                         closer to that of DOSs' COPY and XCOPY command.
  144.  
  145. go r temp test          Switch 'r' tells GO to rename the directory temp
  146.                         (filename) to test (filename2).
  147.  
  148. 2.  While the newcomer may feel a bit intimidated by the command line struc-
  149. ture, I assure you the feeling is temporary.  Not all of the switches apply
  150. at the same time and the action keys are logically assigned based upon func-
  151. tion.  These functions act the same as any other program of similar nature
  152. with the exception that you must include the appropriate <switch> to tell GO
  153. what function you wish to implement.  Everything else is fairly straight for-
  154. ward.
  155.  
  156. 3.  I hope you enjoy the program and should you have any suggestions/recommen-
  157. dations, please forward them.  I do look at and evaluate all user comments.
  158. Thank you,
  159.  
  160.  
  161. Nick Shaw
  162.